home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Main.DIR / 00041_Script_41 < prev    next >
Text File  |  1997-08-01  |  220b  |  10 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the visible of sprite 3 to false
  4.     updatestage
  5.   end repeat  
  6.   set the visible of sprite 3 to true
  7.   updatestage
  8.   puppetsound (2) "goback"
  9.   go frame 1  
  10. end